Global Index
HTML5 JS API Index > DOM Tutorials & Specs

HTMLMapElement

Extends HTMLElement.

The map element, in conjunction with an img element and any area element descendants, defines an image map. The element represents its children.

Properties
HTMLCollection
areas
The areas attribute must return an HTMLCollection rooted at the map element, whose filter matches only area elements.
HTMLCollection
images
The images attribute must return an HTMLCollection rooted at the Document node, whose filter matches only img and object elements that are associated with this map element according to the image map processing model.
DOMString
name
The IDL attribute name must reflect the content attribute of the same name.